PreprocessHttpResponseCallback

interface PreprocessHttpResponseCallback

Can be used to the access or change properties of the response before it gets into the player.

Functions

preprocessHttpResponse
Link copied to clipboard
abstract fun preprocessHttpResponse(type: HttpRequestType, response: HttpResponse): Future<HttpResponse>?
Can be used to the access or change properties of the response before it gets into the player.